golang.org/x/net/http2.clientStream.trace (field)

11 uses

	golang.org/x/net/http2 (current package)
		transport.go#L402: 	trace         *httptrace.ClientTrace // or nil
		transport.go#L452: 	return traceGot1xxResponseFunc(cs.trace)
		transport.go#L1276: 		trace:                httptrace.ContextClientTrace(ctx),
		transport.go#L1473: 			traceWait100Continue(cs.trace)
		transport.go#L1489: 				traceWroteRequest(cs.trace, err)
		transport.go#L1496: 				traceWroteRequest(cs.trace, err)
		transport.go#L1504: 	traceWroteRequest(cs.trace, err)
		transport.go#L1572: 	traceWroteHeaders(cs.trace)
		transport.go#L2281: 		if cs.trace != nil {
		transport.go#L2286: 			traceFirstResponseByte(cs.trace)
		transport.go#L2413: 			traceGot100Continue(cs.trace)